'Usage
Dim hostname As String
Dim port As Integer
Dim remoteFolderToList As String
Dim recursive As Boolean
Dim filters() As String
Dim value() As QuickFtpItem
value = QuickFtp.GetFtpContents(hostname, port, remoteFolderToList, recursive, filters)
The hostname of the FTP server to connect to. An IP address can also be used.
port
The port of the FTP server to which to connect to.
remoteFolderToList
The path to the remote folder to list, for example, \ftproot\test.
recursive
Boolean value indicating if files contained within sub-folders should be listed from the FTP host.
filters
The filters to apply for the GetFtpContents.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2